JavaScript

{dialog.object}populateDropdownBoxRepeatingSection Method

Syntax

{dialog.Object}.populateDropdownBoxRepeatingSection(controlName,data,clearExistingData);

Arguments

controlName

The control to operate on

data

Choices to add to dropdown boxes

clearExistingData

Logical. Whether or not to clear out pre-existing choices in the dropdown box.

Description

Updates dropdown box choices.

Same as the .populateDropdownBox() method, but operates on a control that is in a Repeating Section. The choices in the DropdownBoxes in every row in the Repeating Section are updated. See {dialog.object}.populateDropdownBox() for the UX Component.

Example

See {dialog.object}.populateDropdownBox()

See Also